home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / sbteste.dxr / 00020.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  161 b   |  9 lines

  1. on exitFrame
  2.   if the visible of sprite 2 = 1 then
  3.     set the visible of sprite 2 to 0
  4.   else
  5.     set the visible of sprite 2 to 1
  6.   end if
  7.   go(the frame)
  8. end
  9.